home *** CD-ROM | disk | FTP | other *** search
/ Colorado Rockies Interactive CD-ROM 1999 / Colorado Rockies 1999 Interactive CD-ROM.iso / pc / LAUNCH.INI < prev    next >
INI File  |  1997-09-18  |  1KB  |  39 lines

  1. ; This file is used to configure a setup launcher.
  2. ; Each section represents an OS that can be detected.
  3. ; Each section can have either a
  4.  
  5. ;   command=foobar   
  6.  
  7. ;   foobar gets appended to the path where
  8. ;   this setup.exe exists. Do not lead with backslash.
  9. ;   This command is then execute through WinExec()
  10. ;   and this app terminates.
  11.  
  12. ;   postError=My error message saying OS not supported
  13.  
  14. ;   This message will be posted. Message caption will
  15. ;   be the Caption item in [Error Messages] section.
  16.                
  17.  
  18. [Error Messages]
  19. ; This is the caption that will appear in any error message generated
  20. Caption=Setup Launcher
  21.  
  22. [Windows 16]
  23. PostError=This program requires Windows 95 or Windows NT 4.0
  24.  
  25. [Windows 95]
  26. PostError=Detected Windows 95
  27. command=Shell\nsetup32\Nsetup32.exe
  28.  
  29. [Windows NT Original GUI]
  30. PostError=This descriptive CD Shell requires Windows 95 or Windows NT 4.0. To access the Mission Control Tools on Windows NT 3.51, read the Readme.txt file at the root directory of the CD.
  31.  
  32. [Windows NT New GUI]
  33. PostError=Detected Windows NT 4.0
  34. command=Shell\nsetup32\Nsetup32.exe
  35.  
  36. [OS UNDEFINED]
  37. PostError=Undefined Operating System detected. Unable to install application.
  38.  
  39.